API

Finance APIs

GET finance/general-ledger-accounts?periodForTotals={periodId}

List of general ledger account

HTTP method GET
URI https://api.rambase.net/finance/general-ledger-accounts?periodForTotals={periodId}
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 489, version 34

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

periodForTotals Integer, optional Accounting period identifier

Minimum: 199000,
Maximum: 299912
$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

Active() Named filter Active general ledger accounts (status equal 4)
NewAndActive() Named filter New and active general ledger accounts (status less than 9)
AccountNumber String The account number of the general ledger account.
AssetRequirement String Specifies how the dimension should be used for the specific account.
BudgetAccountId Integer Budget account identifier.
Category String Category of account.
DepartmentRequirement String Specifies how the dimension should be used for the specific account.
DepreciationRuleId Integer Depreciation rule identifier.
Description String Description of account.
EffectivePeriod Integer Period the account is effective/valid from.
ExpirationPeriod Integer Period the account expires (is valid to).
GeneralLedgerAccountGroupId Integer General ledger account group identifier.
GeneralLedgerAccountId Integer General ledger account identifier.
IsAgioCalculated Boolean True if general ledger account is agio calculated.
IsControlAccount Boolean True if general ledger account is a control account.
LastGeneralLedgerPostingPeriod Integer Last general ledger posting period of account.
Name String Name of general ledger account.
ParentGeneralLedgerAccountId Integer Parent general ledger account identifier.
PostingType String Posting type of account. Only debit, only credit or both.
ProjectRequirement String Specifies how the dimension should be used for the specific account.
SAFTCode String SAF-T standard code.
Status Integer Status of general ledger account.
Type String Type of account.
UpdatedAt Datetime Date and time of update. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
VATCode String Code that determines VAT rules used for VAT calculations.

Read more about filters and sorting on how to use sortable parameters

AccountNumber String The account number of the general ledger account
AssetRequirement String Specifies how the dimension should be used for the specific account.
BudgetAccountId Integer Budget account identifier
Category String Category of account
DepartmentRequirement String Specifies how the dimension should be used for the specific account.
DepreciationRuleId Integer Depreciation rule identifier
Description String Description of account
EffectivePeriod Integer Period the account is effective/valid from
ExpirationPeriod Integer Period the account expires (is valid to)
GeneralLedgerAccountGroupId Integer General ledger account group identifier
GeneralLedgerAccountId Integer General ledger account identifier
IsAgioCalculated Boolean True if general ledger account is agio calculated
IsControlAccount Boolean True if general ledger account is a control account
LastGeneralLedgerPostingPeriod Integer Last general ledger posting period of account
Name String Name of general ledger account
ParentGeneralLedgerAccountId Integer Parent general ledger account identifier.
PostingType String Posting type of account. Only debit, only credit or both.
ProjectRequirement String Specifies how the dimension should be used for the specific account.
SAFTCode String SAF-T standard code
Status Integer Status of general ledger account
Type String Type of account
UpdatedAt Datetime Date and time of update
VATCode String Code that determines VAT rules used for VAT calculations.

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<GeneralLedgerAccounts>
2
     <GeneralLedgerAccount>
3
          <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

>
{Integer}</GeneralLedgerAccountId>
4
          <Status
Status

Status of general ledger account

Possible domain values can be found here

>
{Integer}</Status>
5
          <Name
Name

Name of general ledger account

>
{String}</Name>
6
          <Type
Type

Type of account

Possible domain values can be found here

>
{String}</Type>
7
          <Category
Category

Category of account

Possible domain values can be found here

>
{String}</Category>
8
          <PostingType
PostingType

Posting type of account. Only debit, only credit or both.

Possible domain values can be found here

>
{String}</PostingType>
9
          <TreeLevel
TreeLevel

Level in the general ledger account tree. 0 is the root.

>
{Integer}</TreeLevel>
10
          <IsControlAccount
IsControlAccount

True if general ledger account is a control account

>
{Boolean}</IsControlAccount>
11
          <Children
Children

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Children in your request URI to get this field

>
12
               <HasChildren
HasChildren

True if general ledger account has any child accounts

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Children in your request URI to get this field

>
{Boolean}</HasChildren>
13
               <NumberOfChildren
NumberOfChildren

Number of general ledger account children

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Children in your request URI to get this field

>
{Integer}</NumberOfChildren>
14
          </Children>
15
          <Description
Description

Description of account

>
{String}</Description>
16
          <AccountNumber
AccountNumber

The account number of the general ledger account

>
{String}</AccountNumber>
17
          <IsAgioCalculated
IsAgioCalculated

True if general ledger account is agio calculated

>
{Boolean}</IsAgioCalculated>
18
          <VATPercent
VATPercent

Value added tax percent

>
{Decimal}</VATPercent>
19
          <LastGeneralLedgerPostingPeriod
LastGeneralLedgerPostingPeriod

Last general ledger posting period of account

>
{Integer}</LastGeneralLedgerPostingPeriod>
20
          <Validity>
21
               <EffectivePeriod
EffectivePeriod

Period the account is effective/valid from

>
{Integer}</EffectivePeriod>
22
               <ExpirationPeriod
ExpirationPeriod

Period the account expires (is valid to)

>
{Integer}</ExpirationPeriod>
23
          </Validity>
24
          <BudgetAccount>
25
               <BudgetAccountId
BudgetAccountId

Budget account identifier

>
{Integer}</BudgetAccountId>
26
               <BudgetAccountLink
BudgetAccountLink

Budget reference

>
{String}</BudgetAccountLink>
27
          </BudgetAccount>
28
          <DefaultVATCodeDefinition>
29
               <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

>
{String}</VATCode>
30
               <Description
Description

Description of VAT Code definition

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DefaultVATCodeDefinition.Description in your request URI to get this field

>
{String}</Description>
31
          </DefaultVATCodeDefinition>
32
          <GeneralLedgerAccountGroup>
33
               <GeneralLedgerAccountGroupId
GeneralLedgerAccountGroupId

General ledger account group identifier

>
{Integer}</GeneralLedgerAccountGroupId>
34
               <Code
Code

Code of general ledger account group

>
{String}</Code>
35
               <Name
Name

Name of general ledger account group

>
{String}</Name>
36
               <GeneralLedgerAccountGroupLink
GeneralLedgerAccountGroupLink

General ledger account group reference

>
{String}</GeneralLedgerAccountGroupLink>
37
          </GeneralLedgerAccountGroup>
38
          <DimensionRequirements
DimensionRequirements

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

>
39
               <DimensionRequirement
DimensionRequirement

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

>
40
                    <Requirement
Requirement

Specifies how the dimension should be used for the specific account.

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

>
{String}</Requirement>
41
                    <DimensionDefinition
DimensionDefinition

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

>
42
                         <DimensionDefinitionId
DimensionDefinitionId

Dimension identifier

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

>
{Integer}</DimensionDefinitionId>
43
                         <Name
Name

Name of dimension

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

>
{String}</Name>
44
                         <Description
Description

Description of dimension

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

>
{String}</Description>
45
                         <ValueSource
ValueSource

Where the value is selected from.

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

>
46
                              <Type
Type

Type of source

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

>
{String}</Type>
47
                         </ValueSource>
48
                         <DimensionDefinitionLink
DimensionDefinitionLink

Dimension reference

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

>
{String}</DimensionDefinitionLink>
49
                    </DimensionDefinition>
50
               </DimensionRequirement>
51
          </DimensionRequirements>
52
          <DepreciationRule>
53
               <DepreciationRuleId
DepreciationRuleId

Depreciation rule identifier

>
{Integer}</DepreciationRuleId>
54
               <DepreciationRuleLink
DepreciationRuleLink

Depreciation rule reference

>
{String}</DepreciationRuleLink>
55
          </DepreciationRule>
56
          <ParentGeneralLedgerAccounts>
57
               <ParentGeneralLedgerAccount>
58
                    <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

>
{Integer}</GeneralLedgerAccountId>
59
                    <TreeLevel
TreeLevel

Level in the general ledger account tree. 0 is the root.

>
{Integer}</TreeLevel>
60
                    <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
61
               </ParentGeneralLedgerAccount>
62
          </ParentGeneralLedgerAccounts>
63
          <SAFTStandardCode
SAFTStandardCode

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.SAFTStandardCode in your request URI to get this field

>
64
               <SAFTStandardCodeId
SAFTStandardCodeId

SAF-T standard code identifier

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.SAFTStandardCode in your request URI to get this field

>
{Integer}</SAFTStandardCodeId>
65
               <Code
Code

SAF-T standard code

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.SAFTStandardCode in your request URI to get this field

>
{String}</Code>
66
               <TranslatedName
TranslatedName

Name of SAF-T standard code

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.SAFTStandardCode in your request URI to get this field

>
{String}</TranslatedName>
67
               <SAFTStandardCodeLink
SAFTStandardCodeLink

SAF-T standard code reference

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.SAFTStandardCode in your request URI to get this field

>
{String}</SAFTStandardCodeLink>
68
          </SAFTStandardCode>
69
          <Totals
Totals

Total amounts from the general ledger postings for a specific period

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
70
               <AccountingPeriod
AccountingPeriod

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
71
                    <AccountingPeriodId
AccountingPeriodId

Accounting period identifier

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
{Integer}</AccountingPeriodId>
72
                    <Period
Period

Accounting period

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
{Integer}</Period>
73
                    <AccountingPeriodLink
AccountingPeriodLink

Accounting period reference

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
{String}</AccountingPeriodLink>
74
               </AccountingPeriod>
75
               <PeriodAmounts
PeriodAmounts

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
76
                    <Currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
{String}</Currency>
77
                    <Amount
Amount

Total amount.

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
{Decimal}</Amount>
78
               </PeriodAmounts>
79
               <YearToDateAmounts
YearToDateAmounts

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
80
                    <Currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
{String}</Currency>
81
                    <Amount
Amount

Total amount.

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

>
{Decimal}</Amount>
82
               </YearToDateAmounts>
83
          </Totals>
84
          <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
85
     </GeneralLedgerAccount>
86
     <Paging
Paging

Detailed paging information for this list.

>
87
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
88
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
89
          <Page
Page

Page index

>
{Integer}</Page>
90
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
91
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
92
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
93
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
94
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
95
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
96
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
97
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
98
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
99
     </Paging>
100
</GeneralLedgerAccounts>
1
{
2
     "generalLedgerAccounts": [
3
          {
4
               "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

":
"{Integer}",
5
               "status
Status

Status of general ledger account

Possible domain values can be found here

":
"{Integer}",
6
               "name
Name

Name of general ledger account

":
"{String}",
7
               "type
Type

Type of account

Possible domain values can be found here

":
"{String}",
8
               "category
Category

Category of account

Possible domain values can be found here

":
"{String}",
9
               "postingType
PostingType

Posting type of account. Only debit, only credit or both.

Possible domain values can be found here

":
"{String}",
10
               "treeLevel
TreeLevel

Level in the general ledger account tree. 0 is the root.

":
"{Integer}",
11
               "isControlAccount
IsControlAccount

True if general ledger account is a control account

":
"{Boolean}",
12
               "children
Children

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Children in your request URI to get this field

":
{
13
                    "hasChildren
HasChildren

True if general ledger account has any child accounts

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Children in your request URI to get this field

":
"{Boolean}",
14
                    "numberOfChildren
NumberOfChildren

Number of general ledger account children

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Children in your request URI to get this field

":
"{Integer}"
15
               },
16
               "description
Description

Description of account

":
"{String}",
17
               "accountNumber
AccountNumber

The account number of the general ledger account

":
"{String}",
18
               "isAgioCalculated
IsAgioCalculated

True if general ledger account is agio calculated

":
"{Boolean}",
19
               "vATPercent
VATPercent

Value added tax percent

":
"{Decimal}",
20
               "lastGeneralLedgerPostingPeriod
LastGeneralLedgerPostingPeriod

Last general ledger posting period of account

":
"{Integer}",
21
               "validity": {
22
                    "effectivePeriod
EffectivePeriod

Period the account is effective/valid from

":
"{Integer}",
23
                    "expirationPeriod
ExpirationPeriod

Period the account expires (is valid to)

":
"{Integer}"
24
               },
25
               "budgetAccount": {
26
                    "budgetAccountId
BudgetAccountId

Budget account identifier

":
"{Integer}",
27
                    "budgetAccountLink
BudgetAccountLink

Budget reference

":
"{String}"
28
               },
29
               "defaultVATCodeDefinition": {
30
                    "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

":
"{String}",
31
                    "description
Description

Description of VAT Code definition

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DefaultVATCodeDefinition.Description in your request URI to get this field

":
"{String}"
32
               },
33
               "generalLedgerAccountGroup": {
34
                    "generalLedgerAccountGroupId
GeneralLedgerAccountGroupId

General ledger account group identifier

":
"{Integer}",
35
                    "code
Code

Code of general ledger account group

":
"{String}",
36
                    "name
Name

Name of general ledger account group

":
"{String}",
37
                    "generalLedgerAccountGroupLink
GeneralLedgerAccountGroupLink

General ledger account group reference

":
"{String}"
38
               },
39
               "dimensionRequirements
DimensionRequirements

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

":
[
40
                    {
41
                         "requirement
Requirement

Specifies how the dimension should be used for the specific account.

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

":
"{String}",
42
                         "dimensionDefinition
DimensionDefinition

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

":
{
43
                              "dimensionDefinitionId
DimensionDefinitionId

Dimension identifier

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

":
"{Integer}",
44
                              "name
Name

Name of dimension

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

":
"{String}",
45
                              "description
Description

Description of dimension

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

":
"{String}",
46
                              "valueSource
ValueSource

Where the value is selected from.

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

":
{
47
                                   "type
Type

Type of source

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

":
"{String}"
48
                              },
49
                              "dimensionDefinitionLink
DimensionDefinitionLink

Dimension reference

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.DimensionRequirements in your request URI to get this field

":
"{String}"
50
                         }
51
                    }
52
               ],
53
               "depreciationRule": {
54
                    "depreciationRuleId
DepreciationRuleId

Depreciation rule identifier

":
"{Integer}",
55
                    "depreciationRuleLink
DepreciationRuleLink

Depreciation rule reference

":
"{String}"
56
               },
57
               "parentGeneralLedgerAccounts": [
58
                    {
59
                         "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

":
"{Integer}",
60
                         "treeLevel
TreeLevel

Level in the general ledger account tree. 0 is the root.

":
"{Integer}",
61
                         "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

":
"{String}"
62
                    }
63
               ],
64
               "sAFTStandardCode
SAFTStandardCode

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.SAFTStandardCode in your request URI to get this field

":
{
65
                    "sAFTStandardCodeId
SAFTStandardCodeId

SAF-T standard code identifier

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.SAFTStandardCode in your request URI to get this field

":
"{Integer}",
66
                    "code
Code

SAF-T standard code

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.SAFTStandardCode in your request URI to get this field

":
"{String}",
67
                    "translatedName
TranslatedName

Name of SAF-T standard code

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.SAFTStandardCode in your request URI to get this field

":
"{String}",
68
                    "sAFTStandardCodeLink
SAFTStandardCodeLink

SAF-T standard code reference

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.SAFTStandardCode in your request URI to get this field

":
"{String}"
69
               },
70
               "totals
Totals

Total amounts from the general ledger postings for a specific period

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
{
71
                    "accountingPeriod
AccountingPeriod

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
{
72
                         "accountingPeriodId
AccountingPeriodId

Accounting period identifier

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
"{Integer}",
73
                         "period
Period

Accounting period

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
"{Integer}",
74
                         "accountingPeriodLink
AccountingPeriodLink

Accounting period reference

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
"{String}"
75
                    },
76
                    "periodAmounts
PeriodAmounts

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
{
77
                         "currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
"{String}",
78
                         "amount
Amount

Total amount.

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
"{Decimal}"
79
                    },
80
                    "yearToDateAmounts
YearToDateAmounts

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
{
81
                         "currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
"{String}",
82
                         "amount
Amount

Total amount.

This field is greyed out because it is an expandable field. You have to add $expand=GeneralLedgerAccount.Totals in your request URI to get this field

":
"{Decimal}"
83
                    }
84
               },
85
               "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

":
"{String}"
86
          }
87
     ],
88
     "paging
Paging

Detailed paging information for this list.

":
{
89
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
90
          "position
Position

Position of the first element in the list

":
"{Integer}",
91
          "page
Page

Page index

":
"{Integer}",
92
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
93
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
94
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
95
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
96
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
97
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
98
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
99
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
100
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
101
     }
102
}

Possible error codes the response might return:

Error 100169 HTTP 404 General ledger account not found : {0}
Error 101420 HTTP 404 Setting definition not found